projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8e979
)
Don't include CYGWIN in condition.
author
Jason Rumney
<jasonr@gnu.org>
Fri, 1 Feb 2008 23:29:14 +0000
(23:29 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 1 Feb 2008 23:29:14 +0000
(23:29 +0000)
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index 896325965461e95e53169ade8c0d7d14c77bf1c8..26435f39a778c3ac324024ed3aa02478f90acf63 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-69,7
+69,7
@@
extern void pure_write_error P_ ((void)) NO_RETURN;
\f
/* Define PURE_P. */
-#if
defined(VIRT_ADDR_VARIES) || defined(CYGWIN)
+#if
def VIRT_ADDR_VARIES
/* For machines where text and data can go anywhere
in virtual memory. */